[INFO] cloning repository https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeb3-Builders-Alliance%2FPHYDY_CAPSTONE", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeb3-Builders-Alliance%2FPHYDY_CAPSTONE'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a499e3cb4ac93631bd087bcb44113c35ad3f81c3
[INFO] checking Web3-Builders-Alliance/PHYDY_CAPSTONE against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeb3-Builders-Alliance%2FPHYDY_CAPSTONE" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE
[INFO] finished tweaking git repo https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE
[INFO] tweaked toml for git repo https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Web3-Builders-Alliance/PHYDY_CAPSTONE already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ff v0.12.1
[INFO] [stderr]   Downloaded cw20 v0.15.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca
[INFO] running `Command { std: "docker" "start" "02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cosmwasm-derive v1.1.5
[INFO] [stderr]    Compiling cosmwasm-schema-derive v1.1.5
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking cosmwasm-schema v1.1.5
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]     Checking rfc6979 v0.3.0
[INFO] [stderr]     Checking ed25519-zebra v3.0.0
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]     Checking k256 v0.11.6
[INFO] [stderr]     Checking cosmwasm-crypto v1.1.5
[INFO] [stderr]     Checking cosmwasm-std v1.1.5
[INFO] [stderr]     Checking cw-storage-plus v0.15.1
[INFO] [stderr]     Checking cw-storage-plus v0.13.2
[INFO] [stderr]     Checking cosmwasm-storage v1.0.0
[INFO] [stderr]     Checking cw-utils v0.13.2
[INFO] [stderr]     Checking cw2 v0.15.1
[INFO] [stderr]     Checking cw2 v0.13.2
[INFO] [stderr]     Checking cw-multi-test v0.13.2
[INFO] [stderr]     Checking cw-utils v0.15.1
[INFO] [stderr]     Checking cw20 v0.15.1
[INFO] [stderr]     Checking cw-cross-chain-token v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IbcReceiveResponse`
[INFO] [stdout]  --> src/allowances.rs:2:56
[INFO] [stdout]   |
[INFO] [stdout] 2 |     attr, Addr, Binary, BlockInfo, Deps, DepsMut, Env, IbcReceiveResponse, MessageInfo, Response,
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::mpsc::channel`
[INFO] [stdout]  --> src/contract.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::mpsc::channel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IbcMsg` and `IbcTimeout`
[INFO] [stdout]  --> src/contract.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 |     to_binary, Binary, Deps, DepsMut, Env, IbcMsg, IbcTimeout, MessageInfo, Response, StdError,
[INFO] [stdout]   |                                            ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IbcExecuteMsg`
[INFO] [stdout]   --> src/contract.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ExecuteMsg, GetCountResponse, IbcExecuteMsg, InstantiateMsg, MigrateMsg, QueryMsg,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AllAccountsResponse`
[INFO] [stdout]  --> src/enumerable.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     AllAccountsResponse, AllAllowancesResponse, AllSpenderAllowancesResponse, AllowanceInfo,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BALANCES`
[INFO] [stdout]  --> src/enumerable.rs:7:52
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::state::{ALLOWANCES, ALLOWANCES_SPENDER, BALANCES};
[INFO] [stdout]   |                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `execute_decrease_allowance`
[INFO] [stdout]  --> src/ibc.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |         execute_burn_from, execute_decrease_allowance, execute_increase_allowance,
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IbcReceiveResponse`
[INFO] [stdout]  --> src/allowances.rs:2:56
[INFO] [stdout]   |
[INFO] [stdout] 2 |     attr, Addr, Binary, BlockInfo, Deps, DepsMut, Env, IbcReceiveResponse, MessageInfo, Response,
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::mpsc::channel`
[INFO] [stdout]  --> src/contract.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::mpsc::channel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IbcMsg` and `IbcTimeout`
[INFO] [stdout]  --> src/contract.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 |     to_binary, Binary, Deps, DepsMut, Env, IbcMsg, IbcTimeout, MessageInfo, Response, StdError,
[INFO] [stdout]   |                                            ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IbcExecuteMsg`
[INFO] [stdout]   --> src/contract.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ExecuteMsg, GetCountResponse, IbcExecuteMsg, InstantiateMsg, MigrateMsg, QueryMsg,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AllAccountsResponse`
[INFO] [stdout]  --> src/enumerable.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     AllAccountsResponse, AllAllowancesResponse, AllSpenderAllowancesResponse, AllowanceInfo,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BALANCES`
[INFO] [stdout]  --> src/enumerable.rs:7:52
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::state::{ALLOWANCES, ALLOWANCES_SPENDER, BALANCES};
[INFO] [stdout]   |                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `execute_decrease_allowance`
[INFO] [stdout]  --> src/ibc.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |         execute_burn_from, execute_decrease_allowance, execute_increase_allowance,
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `channel`
[INFO] [stdout]    --> src/contract.rs:660:5
[INFO] [stdout]     |
[INFO] [stdout] 660 |     channel: String,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/ibc.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |     let res = execute_burn(deps, env, info, amount, channel.clone())?;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/ibc.rs:316:9
[INFO] [stdout]     |
[INFO] [stdout] 316 |     let res = execute_transfer(deps, env, info, recipient.clone(), amount, channel.clone())?;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `channel`
[INFO] [stdout]    --> src/contract.rs:660:5
[INFO] [stdout]     |
[INFO] [stdout] 660 |     channel: String,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/ibc.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |     let res = execute_burn(deps, env, info, amount, channel.clone())?;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]    --> src/ibc.rs:316:9
[INFO] [stdout]     |
[INFO] [stdout] 316 |     let res = execute_transfer(deps, env, info, recipient.clone(), amount, channel.clone())?;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.00s
[INFO] running `Command { std: "docker" "inspect" "02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca", kill_on_drop: false }`
[INFO] [stdout] 02ef5ce89b75071d1a03dc17bc459e7fec77bd448a1f0ef4adc1ef5979faedca
